footer { 
    position: absolute;
	width:100%; 
    height:110px; 
}
h2 {
	padding-bottom: 30px;
	font-size: 50px;
	font-family: 'Merriweather', serif;
}
.card {
	margin: auto;
	border: none;
	padding-bottom: 25px;
}
.card-title {
	text-align: center;
	font-size: 25px;
	font-family: 'Merriweather', serif;
}
.card-text {
	margin: auto;
	font-size: 25px;
	font-family: 'Merriweather', serif;
}
.employeeImage {
	margin: auto;
	width: 333px;
	height: 500px;
}